home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / rhmtd.arc / MACRO.HP2 < prev    next >
Text File  |  1991-11-11  |  4KB  |  111 lines

  1.  
  2.      With Right Hand Man's Macro Keys module you can create a
  3. library of macros to automatically perform tasks, instead of
  4. having to repeat long sequences of keystrokes manually.
  5.  
  6.      When you activate the Macro Keys module, the macros defined
  7. in the current (default) macro file are displayed. Each macro
  8. definition includes the macro type, the activation key(s), and
  9. the expansion (the key sequence that will be "typed" when the
  10. macro is executed).
  11.  
  12. There are four types of macros:
  13.  
  14.      RHM (Program Activate):
  15.                This is the macro that activates RHM.  The grave
  16.           accent (`) is the default activation key used to pop-up
  17.           RHM.
  18.  
  19.      Autodial:
  20.                This macro allows you to dial a phone number that
  21.           appears on the screen in your application program.
  22.  
  23.      Export: 
  24.                This macro controls the flow of information from
  25.           the export buffer.  <Ctrl-E> is the default activation
  26.           key.
  27.  
  28.      Normal:
  29.                Any other macro you choose to create will be a
  30.           normal macro.  That is, any macro that is not one of
  31.           the three types above is a normal macro. See Creating a
  32.           New Macro.
  33.  
  34.  
  35. File:
  36.           These commands involve maintaining the list of macro
  37.      files.  Open, Delete, and Rename will call up the list of
  38.      macro files for you to select from.
  39.  
  40.      Open:     Loads a selected macro file into memory for the
  41.                current RHM session.
  42.  
  43.      Save:     Saves a group of macros to a file.
  44.  
  45.      Delete:   Deletes a macro file from the list of available
  46.                macro files.
  47.  
  48.      Rename:   Renames a macro file.
  49.  
  50.      Exit:     Exits the Macro Keys module, bringing you back to
  51.                the main program opening screen.
  52.  
  53.  
  54. Macro:
  55.  
  56.      New:      Adds a new macro to the current list of macros.
  57.                Same as pressing the <Ins> key.
  58.  
  59.      Open:     Allows you to change the activation key(s) for a
  60.                default macro, or edit the activation key(s) and
  61.                expanded key sequence of a normal macro. Same as
  62.                pressing <Enter> while highlighting the macro you
  63.                want to edit.
  64.  
  65.      Delete:   Deletes a macro from the displayed list of macros.
  66.                It will not allow you to delete the three default
  67.                macros. Same as pressing the <Del> key.
  68.  
  69. Playback:
  70.           Allows you to take the last 64 keystrokes you typed and
  71.      edit them into a macro.  In order to use the Playback
  72.      command to create a macro, you must have the "Type ahead
  73.      buffer" option turned on in the program configuration.
  74.  
  75. Macro Editing Keys:
  76.           The following keys may be used when defining and
  77.      editing a macro expanded key sequence:
  78.  
  79.      <Del>     The Delete key deletes a key from the macro key
  80.                sequence.
  81.  
  82.      <Ins>     The Insert key is used to insert a keystroke that
  83.                cannot normally be typed (ie. <Ins>, <Del>,
  84.                <Right>, <Left>, <Up>, <Down>, <Home>, <End>).
  85.  
  86.      <Left>    Moves one keystoke back in the macro key sequence.
  87.  
  88.      <Right>   Moves one keystroke forward in the macro key
  89.                sequence.
  90.  
  91.      <Home>    Moves to the beginning of the macro key sequence.
  92.  
  93.      <End>     Moves to the end of the macro key sequence.
  94.  
  95.  
  96. Main Program Configuration:
  97.  
  98.      Bytes to reserve for macro table (64-4096)
  99.                The default is 256 bytes.  This option allocates
  100.           space for your macro file (the file that stores your
  101.           macro keys).  This option may need to be increased if
  102.           you are trying to create a long macro.
  103.  
  104.      Type ahead buffer
  105.                The default is No.  If you enable this option, you
  106.           can type up to 64 characters ahead of the computer's
  107.           ability to display the characters on the screen.  This
  108.           option must be turned on in order to use Playback to
  109.           create a macro. 
  110.  
  111.